home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / modeless.h < prev    next >
Encoding:
Text File  |  1993-03-16  |  464 b   |  9 lines  |  [TEXT/MPS ]

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. /************************************************************************
  3.  * dialogs, with a little extra added
  4.  ************************************************************************/
  5. MyWindowPtr GetNewMyDialog(short template,UPtr wStorage,WindowPtr behind,
  6.     void (*centerFunction)());
  7. Boolean DoModelessEvent(EventRecord *event);
  8. Boolean DoModelessEdit(MyWindowPtr win,short item);
  9.